home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / misc / amag / AM9410_2.lha / Haufenweise / Programme / dmakefile < prev    next >
Makefile  |  1994-07-11  |  209b  |  10 lines

  1. pooltest: Pooltest.c AllocSupport.o PoolSupport.o
  2.    dcc PoolTest.c AllocSupport.o PoolSupport.o
  3.  
  4. AllocSupport.o: AllocSupport.c
  5.    dcc -c AllocSupport.c
  6.  
  7. PoolSupport.o: PoolSupport.c
  8.    dcc -c PoolSupport.c
  9.  
  10.